github.com/refraction-networking/utls.clientHelloMsg.supportedSignatureAlgorithmsCert (field)

14 uses

	github.com/refraction-networking/utls (current package)
		handshake_messages.go#L85: 	supportedSignatureAlgorithmsCert []SignatureScheme
		handshake_messages.go#L229: 	if len(m.supportedSignatureAlgorithmsCert) > 0 {
		handshake_messages.go#L237: 					for _, sigAlgo := range m.supportedSignatureAlgorithmsCert {
		handshake_messages.go#L591: 				m.supportedSignatureAlgorithmsCert = append(
		handshake_messages.go#L592: 					m.supportedSignatureAlgorithmsCert, SignatureScheme(sigAndAlg))
		handshake_messages.go#L732: 		supportedSignatureAlgorithmsCert: slices.Clone(m.supportedSignatureAlgorithmsCert),
		handshake_server_tls13.go#L678: 		len(ch.supportedSignatureAlgorithmsCert) != len(ch1.supportedSignatureAlgorithmsCert) ||
		handshake_server_tls13.go#L702: 	for i := range ch.supportedSignatureAlgorithmsCert {
		handshake_server_tls13.go#L703: 		if ch.supportedSignatureAlgorithmsCert[i] != ch1.supportedSignatureAlgorithmsCert[i] {
		u_public.go#L409: 			supportedSignatureAlgorithmsCert: chm.SupportedSignatureAlgorithmsCert,
		u_public.go#L466: 			SupportedSignatureAlgorithmsCert: chm.supportedSignatureAlgorithmsCert,